home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / CD / circuits.dxr / 00032_go next.ls < prev    next >
Encoding:
Text File  |  2005-05-13  |  168 b   |  16 lines

  1. on mouseUp me
  2.   if the frameLabel = "taskend" then
  3.     go("1")
  4.   else
  5.     go(#next)
  6.   end if
  7. end
  8.  
  9. on mouseWithin me
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor(0)
  15. end
  16.